<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.bx-header001 {
    height: 100px;
    line-height: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .bx-header001 .bx-logo {
        max-height: 100px;
    }

        .bx-header001 .bx-logo img {
            max-height: 100px;
        }

    .bx-header001 .bx-nav ul li {
        position: relative;
        float: left;
        line-height: 100px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        z-index: 600;
        padding: 0 0px;
    }

        .bx-header001 .bx-nav ul li .bx-nav-fd {
            display: none;
            position: absolute;
            top: 100px;
            box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
            line-height: 40px;
            width: 100%;
            background-color: #ffffff;
            z-index: 600
        }

            .bx-header001 .bx-nav ul li .bx-nav-fd a {
                padding: 0 5px;
            }

        .bx-header001 .bx-nav ul li a {
            display: block;
            color: #fff;
            padding: 0 20px;
        }

        .bx-header001 .bx-nav ul li:nth-last-child(1) a {
            padding-right: 0;
        }

    .bx-header001 .bx-navigation {
        display: none;
    }

    .bx-header001 .bx-nav ul li a:hover,
    .bx-header001 .bx-nav ul li a.focus {
        font-weight: bold;
    }

.bx-navigation {
    display: none;
}

    @media (max-width: 1000px) {

        .bx-header001 .bx-logo {
            height: 50px;
        }

        .bx-header001 {
            height: 60px;
            line-height: 60px;
        }

            .bx-header001 .bx-logo img {
                max-height: 50px;
            }

            .bx-header001 .bx-nav {
                display: none;
                position: absolute;
                top: 55px;
                z-index: 500;
                right: -5px;
                box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
                margin: 5px;
                z-index: 600;
                width: 100%;
            }

                .bx-header001 .bx-nav ul li {
                    float: none;
                    line-height: 40px;
                }

                    .bx-header001 .bx-nav ul li a {
                        padding: 0 10px;
                    }

            .bx-header001 .bx-navigation {
                display: block;
            }

            .bx-header001 .bx-nav ul li .bx-nav-fd {
                display: none;
                position: relative;
                top: 0px;
            }

        .bx-navigation {
            display: block;
        }
    }



    .hamburger .line {
        width: 35px;
        height: 3px;
        background-color: #666666;
        display: block;
        margin: 8px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(13px) rotate(45deg);
        -ms-transform: translateY(13px) rotate(45deg);
        -o-transform: translateY(13px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-13px) rotate(-45deg);
        -ms-transform: translateY(-13px) rotate(-45deg);
        -o-transform: translateY(-13px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .banner {
        position: relative;
        padding-bottom: 140px;
    }

    .banner2 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        text-align: right;
    }

        .banner2 .swiper {
            width: 50%;
            display: inline-block;
        }

            .banner2 .swiper .banner2-list {
                display: block;
                width: 100%;
                background: url('../images/banner-bg.png') no-repeat center;
                background-size: cover;
            }

            .banner2 .swiper .swiper-pagination {
                text-align: left;
                bottom: 20%;
                padding-left: 7%;
            }

                .banner2 .swiper .swiper-pagination .swiper-pagination-bullet {
                    width: 70px;
                    height: 3px;
                    border-radius: 2px;
                }

    .swiper-pagination-bullet-active {
        background-color: #21B2C8;
    }

    .index-one {
        margin-top: 120px;
    }
@media (max-width: 1400px) {
    .banner {
        padding-bottom: 100px;
    }
}

@media (max-width: 1000px) {
    .banner{
        padding-bottom:50px
    }
    .banner2 .swiper{
        width:60%;
    }
        .banner2 .swiper .swiper-pagination .swiper-pagination-bullet{
            width:20px;
        }
}

    /*NewsDetail*/
    .nei-banner {
        width: 100%;
        position: relative;
    }

        .nei-banner .img img {
            width: 100%;
        }

        .nei-banner .text {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(0,0,0,.3);
        }

            .nei-banner .text h3 {
                font-size: 50px;
                color: #fff;
            }

    .bx-mb-nav {
        line-height: 1;
        margin-top: 60px;
        border-bottom: 0;
    }

        .bx-mb-nav p {
            font-size: 18px;
            color: #707070;
            line-height: 1;
        }

        .bx-mb-nav i {
            font-size: 20px;
        }

        .bx-mb-nav a:hover {
            color: #008dce;
        }

    .NewsDetail001 {
        margin-top: 20px;
        margin-bottom: 90px;
    }

    .NewsDetail001-title {
        text-align: center;
    }

        .NewsDetail001-title h3 {
            font-size: 24px;
            color: #333;
        }

    .tit_bar {
        margin-top: 15px;
    }

    .social-share {
        display: inline-block;
    }

    .tit_bar .text {
        font-size: 16px;
        color: #333;
        margin-top: 20px;
        display: inline-block;
        margin: 0 3%;
    }

    .NewsDetail001-item {
        padding: 30px 0;
        font-size: 16px;
        color: #333;
        line-height: 2;
    }

    .TurnPages {
        display: flex;
        justify-content: space-between;
        padding-top: 40px
    }

        .TurnPages p {
            width: 40%;
        }

            .TurnPages p:nth-last-child(1) {
                text-align: right;
            }

        .TurnPages a {
            font-size: 16px;
            color: #000;
        }

            .TurnPages a:hover {
                color: #008dce;
            }

    @media screen and (max-width: 1000px) {
        .nei-banner .img {
            height: 200px;
        }

            .nei-banner .img img {
                object-fit: cover;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .nei-banner .text h3 {
            font-size: 25px;
        }

        .bx-mb-nav {
            margin-top: 20px;
        }

            .bx-mb-nav p {
                font-size: 16px;
            }

        .NewsDetail001-title h3 {
            font-size: 20px;
        }

        .tit_bar .text {
            margin: 5px 3%;
        }

        .NewsDetail001 {
            margin-bottom: 30px;
        }

        .TurnPages {
            display: block;
        }

            .TurnPages p {
                width: 100%;
                text-align: left !important;
                margin: 5px 0;
            }

                .TurnPages p a {
                    font-size: 14px;
                }
    }</pre></body></html>